home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 39 / Amiga Format CD39 (1999-04-13)(Future Publishing)(GB)[!][issue 1999-05].iso / -seriously_amiga- / graphics / ppt / ppt_dist.lha / PPT / rexx / README < prev    next >
Text File  |  1998-11-11  |  772b  |  28 lines

  1.  
  2. This directory contains AREXX scripts to be used with PPT.
  3.  
  4. Here's a short description on each of the AREXX scripts:
  5.  
  6. components.prx: Separates each component of an RGB image to its own
  7.     frame.
  8.  
  9. pixelize.prx: Makes the image look blocky.
  10.  
  11. askreq.prx: A simple script showing the power of the ASKREQ REXX
  12.     command.
  13.  
  14. empty.prx: A skeleton, which you can use to build your own rexx scripts.
  15.  
  16. dropshadow.prx: Makes an image have 'drop shadows'.  Based on a
  17.     request by Peter Bornhall.
  18.  
  19. AntiqueTint.prx : Shows the use of the ColorMix effect, making the
  20.     image have an antique tint.
  21.  
  22. InvertAlpha.prx : Inverts the alpha channel of an image.  Requested by
  23.     Brian Jones.
  24.  
  25. ConvertFileFormat.prx : Takes a file and converts it to any file
  26.     format PPT supports.
  27.  
  28.